blktap: Export disk type constants for ioemu
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Mar 2009 18:42:59 +0000 (18:42 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Mar 2009 18:42:59 +0000 (18:42 +0000)
commit57871f919d89cc3f323dabcb76dd5344595e756e
treea1a3c3aa0ee52c84fe2f3d48ad0550a70896d9c8
parent8b173f5236c351dc4d2ce9e542d0a97949344fc2
blktap: Export disk type constants for ioemu

Currently all disk types that are supported are defined in a header
file private to blktapctrl and tapdisk. When restoring ioemu as a
backend for blktap these constants are needed by ioemu, so move them
to a more public header file.

Signed-off-by: Kevin Wolf <kwolf@suse.de>
tools/blktap/drivers/tapdisk.h
tools/blktap/lib/blktaplib.h